home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre4.z / postgre4 / src / bootstrap / lex.sed < prev    next >
Encoding:
Text File  |  1993-05-06  |  2.2 KB  |  70 lines

  1. #
  2. # lex.sed - sed rules to remove conflicts between the backend interface
  3. #        LEX scanner and the POSTQUEL LEX scanner
  4. #
  5. # $Header: /private/postgres/src/bootstrap/RCS/lex.sed,v 1.1 1991/05/13 01:18:18 kemnitz Exp $
  6. #
  7. # kai: changed to flex's symbols for linux
  8. # Note: statics are listed as well
  9. #
  10. s/yy_accept/Int_yy_accept/g
  11. s/yy_act/Int_yy_act/g
  12. s/yy_amount_of_matched_text/Int_yy_amount_of_matched_text/g
  13. s/yy_base/Int_yy_base/g
  14. s/yy_bp/Int_yy_bp/g
  15. s/yy_buf_pos/Int_yy_buf_pos/g
  16. s/yy_buf_size/Int_yy_buf_size/g
  17. s/yy_buffer_state/Int_yy_buffer_state/g
  18. s/yy_c/Int_yy_c/g
  19. s/yy_c_buf_p/Int_yy_c_buf_p/g
  20. s/yy_ch_buf/Int_yy_ch_buf/g
  21. s/yy_chk/Int_yy_chk/g
  22. s/yy_cp/Int_yy_cp/g
  23. s/yy_create_buffer/Int_yy_create_buffer/g
  24. s/yy_current_buffer/Int_yy_current_buffer/g
  25. s/yy_current_state/Int_yy_current_state/g
  26. s/yy_def/Int_yy_def/g
  27. s/yy_delete_buffer/Int_yy_delete_buffer/g
  28. s/yy_did_buffer_switch_on_eof/Int_yy_did_buffer_switch_on_eof/g
  29. s/yy_ec/Int_yy_ec/g
  30. s/yy_eof_status/Int_yy_eof_status/g
  31. s/yy_find_action/Int_yy_find_action/g
  32. s/yy_get_next_buffer/Int_yy_get_next_buffer/g
  33. s/yy_get_previous_state/Int_yy_get_previous_state/g
  34. s/yy_hold_char/Int_yy_hold_char/g
  35. s/yy_init/Int_yy_init/g
  36. s/yy_init_buffer/Int_yy_init_buffer/g
  37. s/yy_input_file/Int_yy_input_file/g
  38. s/yy_is_jam/Int_yy_is_jam/g
  39. s/yy_last_accepting_cpos/Int_yy_last_accepting_cpos/g
  40. s/yy_last_accepting_state/Int_yy_last_accepting_state/g
  41. s/yy_load_buffer_state/Int_yy_load_buffer_state/g
  42. s/yy_match/Int_yy_match/g
  43. s/yy_meta/Int_yy_meta/g
  44. s/yy_n_chars/Int_yy_n_chars/g
  45. s/yy_new_buffer/Int_yy_new_buffer/g
  46. s/yy_next_state/Int_yy_next_state/g
  47. s/yy_nxt/Int_yy_nxt/g
  48. s/yy_start/Int_yy_start/g
  49. s/yy_state_type/Int_yy_state_type/g
  50. s/yy_switch_to_buffer/Int_yy_switch_to_buffer/g
  51. s/yy_try_NUL_trans/Int_yy_try_NUL_trans/g
  52. s/yycolumn/Int_yycolumn/g
  53. s/yyerror/Int_yyerror/g
  54. s/yyin/Int_yyin/g
  55. s/yyinput/Int_yyinput/g
  56. s/yyleng/Int_yyleng/g
  57. s/yyless/Int_yyless/g
  58. s/yylex/Int_yylex/g
  59. s/yyline/Int_yyline/g
  60. s/yylineno/Int_yylineno/g
  61. s/yylval/Int_yylval/g
  62. s/yymore/Int_yymore/g
  63. s/yymore_used_but_not_detected/Int_yymore_used_but_not_detected/g
  64. s/yyout/Int_yyout/g
  65. s/yyrestart/Int_yyrestart/g
  66. s/yyterminate/Int_yyterminate/g
  67. s/yytext/Int_yytext/g
  68. s/yyunput/Int_yyunput/g
  69. s/yywrap/Int_yywrap/g
  70.